home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / educate / mmtyp106.zip / MENUSET.BAT < prev    next >
DOS Batch File  |  1995-10-23  |  3KB  |  59 lines

  1. @echo off
  2. echo  
  3. if exist %windir%\startm~1\programs\mmtype95.lnk goto prior
  4. if exist c:\mmtype\mmtype.tbk goto run
  5. echo Because your MasterMind Typing directory is not the normal C:\MMTYPE,
  6. echo you need to edit the startup information before completing MenuSet.
  7. echo If you have edited the startup information already, go ahead with
  8. echo MenuSet.  Otherwise please read the notes about Windows 95 startup
  9. echo in the next screen, then abort.  MenuSet pertains only to systems
  10. echo with Windows 95's user interface.
  11. echo  
  12. pause
  13. echo  
  14. echo Please key Shift+PrintScreen to capture these instructions.
  15. echo  
  16. echo To finish installation elsewhere than C:\MMTYPE on a system with
  17. echo Windows 95's user interface, please edit the startup information.
  18. echo In the MasterMind Typing folder, please RIGHTclick the 'MMtype95'
  19. echo keyboard icon.  Then choose Properties, Shortcut.
  20. echo  
  21. echo Unless Windows automatically has changed the 'Target' field as you
  22. echo want, please do it manually.  Retaining 'tbook.exe mmtype,' the
  23. echo 'Target' field needs MMtyping's [drive] and [path] in the form:
  24. echo        [drive]:\[path]\tbook.exe  mmtype
  25. echo Upper/lower case is immaterial.  Then please copy just the same
  26. echo [drive]:\[path] into the 'Start in' field.
  27. echo  
  28. echo Next, OK the changes and test startup using the 'MMtype95' keyboard
  29. echo icon.  If MasterMind Typing launches all right, re-execute MenuSet.
  30. echo If you let it proceed, MenuSet copies the MMtype95 shortcut to the
  31. echo Start Programs menu for easier launch.
  32. echo  
  33. echo Control+C to abort.  Then close this window.  Or,
  34. echo if you have tested MMtype95 startup successfully,
  35. pause
  36. goto run
  37. :prior
  38. echo MenuSet overwrites the Start Programs shortcut by copying the
  39. echo 'MMtype95' shortcut from the MasterMind Typing folder to the Start
  40. echo Programs menu.  This completes the update if you have edited the
  41. echo 'MMtype95' keyboard icon in the MasterMind Typing folder.
  42. echo  
  43. echo Control+C to abort.  Then close this window.  Or,
  44. pause
  45. :run
  46. cls
  47. echo  
  48. if exist %windir%\startm~1\programs\nul goto win95
  49. echo MenuSet has no effect in this system.  If you later add Windows 95's
  50. echo user interface, please re-execute MenuSet to put the 'MMtype95'
  51. echo keyboard icon on your Start Programs menu.
  52. goto end
  53. :win95
  54. echo This puts the 'MMtype95' keyboard icon on your Start Programs menu:
  55. copy mmtype95.lnk %windir%\startm~1\programs
  56. :end
  57. echo  
  58. echo After reading messages if any, please close this window.
  59. if not exist %windir%\startm~1\programs\nul pause